home *** CD-ROM | disk | FTP | other *** search
/ Ultimedia 1 / Ultimedia 1.iso / tools / sonstiges / showfont / showfont.doc < prev    next >
Text File  |  1994-04-06  |  7KB  |  181 lines

  1. ************************************************************************
  2. *                                                                      *
  3. *                 ShowFont  Version 1.1  ( 1994-04-05 )                *
  4. *                                                                      *
  5. *                        © 1994 by Uwe Schilling                       *
  6. *                                                                      *
  7. ************************************************************************
  8.  
  9.  
  10. DESCRIPTION:
  11. -----------
  12.    The purpose of ShowFont is to show your available fonts and select
  13.    some of them in a very comfortable way.
  14.  
  15.  
  16. FEATURES:
  17. --------
  18.  - ShowFont shows bitmaped and Compugraphic®-outline fonts
  19.  - easy selection of fonts outside the fonts: drawer
  20.  - shows colored fonts in their "natural" colors
  21.  - presents fonts in all screen modes. The surface changes its size
  22.    automatically to fit on the screen. You are also able to open
  23.    ShowFont on the Workbench or on a public screen.
  24.  - You have the choice to look at all drawable chars, at the sting, you
  25.    have saved in the preferences file, or at the chars you are typing
  26.    in a gadget.
  27.  - ShowFont is able to show you chars by typing in hexadecimal or
  28.    decimal code. All kinds of representation are always calculated.
  29.  - You can print complete fonts or a string of your choice. The
  30.    information about the printer comes from workbench preferences.
  31.  - fonts can be presented normally, italically, bold or underlined.
  32.  - additional information about height, width, number of bitplanes and
  33.    proportional fonts
  34.  - needs at least kickstart 2.0
  35.  
  36.  
  37. USAGE:
  38. -----
  39.    from CLI:       Type "ShowFont"
  40.    --------
  41.    from Workbench: Double-Click at the icon.
  42.    --------------
  43.  
  44.    Gadgets:
  45.    -------
  46.    The screen is splitted vertically into two equal parts. On their
  47.    right sides are two gadgets with fonts which are contained in the
  48.    actual directory and the sizes of the actual font. Here you can
  49.    select the presented font.
  50.  
  51.    In the number-gadget below, you can type in, which font size you
  52.    want. If you click on a font name, the size, closest to the number
  53.    in this gadget, will be presented. But only font-sizes are presented
  54.    which are really existing on disk, exept outline fonts, those will
  55.    be calculated exaxtly in this size.
  56.  
  57.    With the gadget named "Font-Directory" you can select the actual
  58.    directory. This is the place where the "xxxxxx.font"-files are.
  59.  
  60.    Click on the cycle-gadget selects one of this styles: normal, bold
  61.    italic or underlined. Some fonts exclude some styles. In this case
  62.    the program switches back to normal.
  63.  
  64.    With the "Print" gadget the shown text will be printed. It will be
  65.    reformated in conformity with the printer preferences. The program
  66.    uses the entrys for paper lenght, left and right border, line
  67.    distance, style and printer font. Every print starts with a line,
  68.    that shows name size and style in the selected printer font. So you
  69.    can also identify special fonts correctly.
  70.  
  71.    The line in the center of the screen will be used to type in the
  72.    string, which will be shown in both windows. You are able to build
  73.    up the string with the string-gadget or by enter the corresponding
  74.    code in the decimal or hexadecimal number gadget. Pressing "CLR"
  75.    deletes the actual string, "ALL" generates a string with all
  76.    printable chars and "Pre" get the string saved in the preferences
  77.    file.
  78.  
  79.    On top of the windows a line appears with the following information
  80.    about the shown font:
  81.  
  82.    - width
  83.    - height
  84.    - P -> it's proportional
  85.    - B -> font is bold in its normal version
  86.    - I -> font is italic in its normal version
  87.    - C -> it's a color font. The digit behind the "C" displays the
  88.      number of bitplanes.
  89.  
  90.    Color fonts will be displayed automatically in correct colors, if
  91.    they are selected in the upper window and ShowFont uses an own
  92.    screen.
  93.  
  94.    Menus:
  95.    -----
  96.  
  97.    In the usual way you get a little menu. The first item lets open
  98.    the program in all possible screen modes. To use other screen modes
  99.    than PAL or NTSC it is necessary to mount they with names. With
  100.    Kickstart 2.0 this will be done with System/AddMonitor and
  101.    System/BindMonitor. With Kickstart 3.0 you may use the corresponding
  102.    driver in Devs/Monitors. All mounted screen modes appears in a
  103.    gadget. To select one of them click on its name. EXTRA-LORES modes
  104.    will be ignored because the surface can't be opened in a senseful
  105.    size.
  106.  
  107.    Alternative you can open ShowFont on Workbench screen or another
  108.    public screen. To do this select "Open On Workbench". In Workbench
  109.    mode ShowFont has an additional gadget for jumping to the next
  110.    public screen which allows foreign windows.
  111.  
  112.    The selection of the second menu item saves the actual string,
  113.    screen mode, directorys and size preferences in ENV: and ENVARC: as
  114.    "ShowFont.prefs". If you start ShowFont again this items will be
  115.    loaded from ENV:.
  116.  
  117.    The rest of the menus is self-explaining.
  118.  
  119.  
  120.    Problems:
  121.    --------
  122.  - ShowFont needs at least Kickstart 2.0. Furthermore it uses asl-,
  123.    diskfont-, iffparse- and bullet.library which are all part of
  124.    Workbench 2.0 respectively 3.0.
  125.  
  126.  - Watch for enough RAM when you use outline fonts with big sizes,
  127.    because while decrunching all chars must fit in it twice.
  128.  
  129.  - If you can't display some fonts check if the font contains the chars
  130.    of the display-string ( some fonts contain only capitals ).
  131.    Furthermore check if exists both the file "xxxxx.font" and the
  132.    directory "xxxxx" which contains files which are named with
  133.    numbers. Otherwise assign the directory in which one of them is
  134.    located as Fonts: and use System/FixFonts to correct it.
  135.  
  136.  - If you add a new size to a font-directory you have to do the same
  137.    to recalculate the "xxxxx.font" file. Otherwise the fonts will be
  138.    shown ugly.
  139.  
  140.  - If you copy the program to another Amiga, do not copy the file
  141.    "ShowFont.prefs" but recreate it on the target computer to be sure
  142.    that screen mode and directorys are right.
  143.  
  144.  
  145. COPYRIGHT:
  146. ---------
  147.    ShowFont is copyrighted 1994 by Uwe Schilling. All rights reserved.
  148.    This program is Freeware, so no financial donations are required.
  149.    Redistribution will be allowed only if the package contains the
  150.    following unchanged files:
  151.  
  152.    - ShowFont
  153.    - ShowFont.info
  154.    - ShowFont.doc
  155.    - ShowFont.doc.info
  156.    - ShowFont.dok
  157.    - ShowFont.dok.info
  158.  
  159.    For using them in commercial products, the written permission of the
  160.    author is required. Usage in magazines and diskmags will be allowed,
  161.    if you send me a copy of this publication.
  162.    ShowFont has been written with Matt Dillons DICE. The source for the
  163.    window comes from Jan van den Baards GadToolsBox.
  164.  
  165.  
  166. DISCLAIMER:
  167. ----------
  168.    The author does not accept any responsibility for this program as to
  169.    reliability, correctness etc.  You use ShowFont completely at your
  170.    own risk.
  171.  
  172.  
  173. AUTHOR:
  174. ------
  175.    For questions, bug reports, ideas contact me at
  176.  
  177.    Uwe Schilling
  178.    Laubestraße 20
  179.    D-01309 Dresden
  180.    Germany
  181.